color-editor: also set a row spacing in the popup tooltip
authorCosimo Cecchi <cosimoc@gnome.org>
Thu, 9 Feb 2012 17:17:40 +0000 (12:17 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 14 Feb 2012 21:37:01 +0000 (16:37 -0500)
gtk/gtkcoloreditor.c

index b488892f651dab8c79c37f3f0c2dfaf6c54890f6..993911504a10e4246374ca38d338186a06f6cfbc 100644 (file)
@@ -473,6 +473,7 @@ gtk_color_editor_init (GtkColorEditor *editor)
   g_signal_connect (entry, "key-press-event", G_CALLBACK (popup_key_press), editor);
 
   grid = gtk_grid_new ();
+  gtk_grid_set_row_spacing (GTK_GRID (grid), 6);
   gtk_grid_set_column_spacing (GTK_GRID (grid), 6);
 
   gtk_grid_attach (GTK_GRID (grid), gtk_label_new (C_("Color channel", "S")), 0, 0, 1, 1);